home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / C++ / bitmap_15542.png < prev    next >
Portable Network Graphic  |  1991-11-29  |  3.2 KB  |  480x239  |  1-bit (2 colors)
   ocr: to that class. new: a method of obtaining memory at execution time. In C, this would relate to the mallocu runction. Use the keyword "new". For example, new int; // creates space for 1 integer -oct: a 1/0 manipulator that will use the octal base for dealing with numbers. For esample, given cout << oct << 56 - ; then the value printed would be the octal equivalent of 56. overloading: a key reature of C++, that allows you to redetine operatorslie. p>,rcetC..J to pertorm other actions, based on your definition of that operator. In dealing with functions, you can also overload a function, so that ...